	
;;; QQ: 67762207
%100
+30
+25
+3
[@main]
#IF
checkpkpoint 2
#SAY
I do not want to trade with you such a person. \ \
<Close/@exit>
#ELSESAY
Welcome to, what I do for you? \ \
(FCOLOR/10) bulk <buy/@buy + (grocery type)> (FCOLOR/12) \
<Buy/@buy> Items \
<Sell/@sell> something \
<Purchase of production materials/@buymakemat> \
<Synthetic stone/@MakeStone> \
With (FCOLOR/10) <$NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest> \ \
<Abandoned/@exit>

[@MakeStone]
#CALL [ProduceSystem\StoneMake.txt] @StoneMake

[@BUY + ()]
#CALL [VimaScript\bulk purchases.Txt] @quantities 
[@buymakemat]
#CALL [ProduceSystem\MaterialSell.txt] @MaterialSellMain

[@buy]
#SAY
What to buy? \ \ \
<Pre-step/@main>

[@sell]
#SAY
Because of short supply, so it's very welcome to those who sell items. \
<Pre-step/@main>


[@TalkToQuest]
#ACT
Mov D0 0

#IF
Check [209] 1
Check [409] 0

#SAY
<On the dialogue with today's tasks./@CALL_Npc_TodayQuest> \

#ACT
Mov D0 1

#IF
Check [101] 1
Check [301] 0
checkjob Wizard

#SAY
<On the task of dialogue./@CALL_WizardQuest_3> \


#ACT
Mov D0 1

#IF
!Equal D0 1
#ACT
goto @NoQuest_Say
break


[@NoQuest_Say]
#IF
#SAY
_ True compassion Man-chun, and hope that those kids ... ... Xiaohua talent at an early date. \ \
_ <Close/@exit>

[@CALL_WizardQuest_3]
#CALL [AreaQuest\ChoBoGuide1\ChoBoGuide1_Wizard.txt] @Basic_Wizard_3

[@CALL_Npc_TodayQuest]
#CALL [TodayQuest\QT_NPCSetting.txt] @NPCSetDairyQuest

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem
;;; QQ: 67762207